home *** CD-ROM | disk | FTP | other *** search
- <!--- This example will produce as many cached files as there
- are possible URL parameter permutations. --->
- <CFCACHE TIMEOUT="#DateAdd("h", "-4", Now() )#">
- <HTML>
- <HEAD>
- <TITLE>CFCACHE</TITLE>
- </HEAD>
-
- <BASEFONT FACE="Arial, Helvetica" SIZE=2>
- <BODY bgcolor="#FFFFD5">
-
- <H3>CFCACHE</H3>
-
- <H3>This is a test of some simple output</H3>
- <CFPARAM NAME="URL.x" DEFAULT="no URL parm passed" >
- <P>
- <CFOUTPUT>The value of URL.x = # URL.x #</cfoutput>
-
- </BODY>
- </HTML>
-